home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / help.swf / scripts / DefineButton2_142 / BUTTONCONDACTION on(release, keyPress Left).as
Encoding:
Text File  |  2003-03-28  |  193 b   |  8 lines

  1. on(release, keyPress "<Left>"){
  2.    _root.part--;
  3.    _root.newstep = 1;
  4.    _root.stepcheck.gotoAndPlay(2);
  5.    _root.containerfade.play();
  6.    _root.topmenumovies.topback.gotoAndPlay(2);
  7. }
  8.